home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TREPORTPREVIEWDIALOG / TREPORTPREVIEWDIALOG.txt
Text File  |  2008-11-03  |  2KB  |  75 lines

  1. inherited ReportPreviewDialog: TReportPreviewDialog
  2.   Left = 255
  3.   Top = 153
  4.   BorderIcons = [biSystemMenu, biMaximize]
  5.   BorderStyle = bsSizeable
  6.   Caption = 'Print Preview'
  7.   ClientHeight = 409
  8.   ClientWidth = 465
  9.   Constraints.MinHeight = 235
  10.   Constraints.MinWidth = 297
  11.   OnClose = FormClose
  12.   OnCreate = FormCreate
  13.   OnKeyDown = FormKeyDown
  14.   OnMouseWheel = FormMouseWheel
  15.   OnResize = FormResize
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ScrollBox: TUiScrollBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 465
  23.     Height = 409
  24.     HorzScrollBar.Tracking = True
  25.     VertScrollBar.Tracking = True
  26.     Align = alClient
  27.     Color = 14281433
  28.     ParentColor = False
  29.     TabOrder = 0
  30.     OnMouseMove = ScrollBoxMouseMove
  31.     OnMouseUp = ScrollBoxMouseUp
  32.     object RightShadowShape: TShape
  33.       Left = 385
  34.       Top = 28
  35.       Width = 3
  36.       Height = 359
  37.       Brush.Color = clGray
  38.       Pen.Color = clGray
  39.     end
  40.     object BottomShadowShape: TShape
  41.       Left = 84
  42.       Top = 384
  43.       Width = 301
  44.       Height = 3
  45.       Brush.Color = clGray
  46.       Pen.Color = clGray
  47.     end
  48.     object Panel: TUiPanel
  49.       Left = 80
  50.       Top = 24
  51.       Width = 305
  52.       Height = 361
  53.       BevelOuter = bvNone
  54.       Color = clWhite
  55.       FullRepaint = True
  56.       ParentBackground = False
  57.       TabOrder = 0
  58.       OnMouseDown = PageMouseDown
  59.       OnMouseMove = ScrollBoxMouseMove
  60.       OnMouseUp = ScrollBoxMouseUp
  61.       OnPaint = PanelPaint
  62.       object Image: TUiImage
  63.         Left = 0
  64.         Top = 0
  65.         Width = 305
  66.         Height = 361
  67.         Stretch = True
  68.         OnMouseDown = PageMouseDown
  69.         OnMouseMove = ScrollBoxMouseMove
  70.         OnMouseUp = ScrollBoxMouseUp
  71.       end
  72.     end
  73.   end
  74. end
  75.